Wed Sep 26 18:08:19 2001 Owen Taylor <otaylor@redhat.com>
* Makefile.am (s-enum-types-h): Fix a typo in the include
guards. (#61254, Skip Montaro)
+Wed Sep 26 18:08:19 2001 Owen Taylor <otaylor@redhat.com>
+
+ * Makefile.am (s-enum-types-h): Fix a typo in the include
+ guards. (#61254, Skip Montaro)
+
2001-09-21 Matthias Clasen <matthiasc@poet.de>
* io-xpm.c (xpm_extract_color): Rewritten to handle
s-enum-types-h: @REBUILD@ $(gdk_pixbuf_headers) Makefile
( cd $(srcdir) && glib-mkenums \
- --fhead "#ifndef __GDK_PIXBUF__ENUM_TYPES_H__\n#define __GDK_PIXBUF_ENUM_TYPES_H__\n" \
+ --fhead "#ifndef __GDK_PIXBUF_ENUM_TYPES_H__\n#define __GDK_PIXBUF_ENUM_TYPES_H__\n" \
--fprod "/* enumerations from \"@filename@\" */\n" \
--vhead "GType @enum_name@_get_type (void);\n#define GDK_TYPE_@ENUMSHORT@ (@enum_name@_get_type())\n" \
--ftail "#endif /* __GDK_PIXBUF_ENUM_TYPES_H__ */" \